.main-wrap {
  margin: 16px 0 0 -12px;
}

.job-wrap {
  width: 25%;
  margin-bottom: 24px;
  padding:0 0 0 24px;
}

.jobs-dropdown {
  position: absolute;
  top: 16px;
  right: 16px;
  display: inline-flex;
  align-items: flex-start;
  justify-content: center;
  gap: 12px;
  height: fit-content;
}

.job-image img {
  border-radius: 50%;
  float: left;
  margin-right: 8px;
}

.job-status {
  font-size: 12px;
  letter-spacing: 0px;
  color: #046AC3;
  opacity: 1;
  display: block;
}

.job-status-wrap {
  letter-spacing: 0px;
  font-size: 12px;
  line-height: 20px;
  padding: 0px 10px 0px 10px;
  border-radius: 3px;
  background-color: white !important;
  font-weight: 600;
  text-transform: uppercase;
}

.job-upcoming {
  border: 1px solid #07BABA;
  border-left: 4px solid #07BABA;
  color: #07BABA;
}

.job-active {
  border: 1px solid #4cd493;
  border-left: 4px solid #4cd493;
  color: #4cd493;
}

.job-finished {
  border: 1px solid #FF8900;
  border-left: 4px solid #FF8900;
  color: #FF8900;
}

.btn-assign, .btn-assign:hover {
  background-color: #046AC324 !important;
  color: #046AC3 !important;
  font-size: 12px !important;
  text-align: center;
  border-radius: 8px;
  font-weight: 600 !important;
  padding: 4px 8px;
  text-transform: uppercase !important;
  margin: 0px 5px 0px 0px;
}

.job-flex {
  width: 100%;
  margin-top: 3px;
}

.job-flex > span > img {
  border-radius: 50%;
  border: 2px solid #FDFEFE;
  opacity: 1;
  height: 24px;
  width: 24px;
  margin: -6px;
}

.job-flex a span {
  border-radius: 50%;
  border: 2px solid #FDFEFE;
  opacity: 1;
  height: 38px;
  width: 40px;
  margin: -6px;
  text-align: right;
  color: #323A47;
  background-color: #D3D6DB;
  font-size: 7px;
  padding: 5px;
}

.inner-flex {
  white-space: normal;
  width: 192px;
}

.inner-flex > span > img {
  border-radius: 50%;
  border: 2px solid #FDFEFE;
  opacity: 1;
  height: 24px;
  width: 24px;
}

.progress {
  /*width: 100%;*/
  height: 4px;
  margin-top: 8px;
  margin-right: 3px;
}

.progress-num {
  float: right;
  font: normal normal 600 0.70588 Open Sans;
  letter-spacing: 0px;
  color: #046AC3;
}

.mdi-dots-vertical {
  color: #64748B;
}

.mdi-dots-vertical.h3 {
  font-size: 20px;
}

.dropdown-eye, .dropdown-eye:hover, .dropdown-eye:active {
  color: #046AC3;
  text-decoration: none;
  margin-right: 4px;
}

.dropdown-eye {
  margin-right: 0;
}

.no-employee {
  opacity: 1;
  width: 133px;
  height: 18px;
  font-size: 12px;
  letter-spacing: 0px;
  color: #D90915;
  padding:3px 9px 3px 0px ;
  display: inline;
}

@media (max-width: 1366px) {
  .job-wrap {
    width: 33.333%;
  }
  .job-heading {
    margin-left: 6px;
    font-size: 16px;
  }
  .job-status, .job-detail {
    font-size: 12px;
  }
  .job-created {
    font-size: 12px;
  }
  .job-margin {
    padding-top: 12px;
  }
  .job-upcoming, .job-active, .job-finished {
    font-size: 12px;
  }
  .progress {
    margin-right: 6px;
  }
}

@media (max-width: 1000px) {
  .job-wrap {
    width: 100%;
  }
  .job-heading, .job-subheading {
    margin-left: 6px;
    font-size: 12px;
  }
  .job-status, .job-detail, .job-created {
    font-size: 12px;
  }
  .job-margin {
    padding-top: 10px;
  }
  .job-upcoming, .job-active, .job-finished {
    font-size: 9px;
  }
  .card-wrap .job-subheading {
    font-size: 12px;
    margin-left: 0 !important;

  }
}

/*pagination*/
.pagination-details {
  margin: 13px 18px 0px 0px;
}

/*tooltip*/
.tool-tip {
  display: inline;
  position: relative;
  white-space: nowrap;
}

.tool-tip:hover {
  text-decoration: none;
}

.tool-tip:hover:after {
  bottom: 1.8em;
  content: attr(data-tooltext);
  display: inline-block;
  left: 1em;
  padding: 1.3em 2em;
  position: absolute;
  /*white-space: nowrap;*/
  /*max-height: 87px;*/
  /*min-width: fit-content !important;*/
  z-index: 98;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  /* height: 87px; */
  /* transform: matrix(-1, 0, 0, -1, 0, 0); */
  text-align: left;
  -webkit-box-shadow: 2px 4px 8px #00000029;
          box-shadow: 2px 4px 8px #00000029;
  border: 1px solid #DADADA;
  margin-top: 20px;
  background: #FFFFFF;
  color: #777777;
  font-size: 12px;
  border-radius: 4px;
}

.tool-tip:hover:before {
  border: solid;
  border-color: #ffff transparent;
  border-width: .4em .4em 0 .4em;
  bottom: 1em;
  content: "";
  display: block;
  left: 2em;
  position: absolute;
  z-index: 99;
}

.shifts_details {
  position: relative;
  text-align: center;
  color: #046AC3 !important;
  font-size: 14px !important;
  font-weight: 600 !important;
}

.tool-tip-details-shifts {
  display: none;
  background: #fff;
  padding: 1em 1.5em 1em 1.5em;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: 0 0px 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0px 20px rgba(0, 0, 0, 0.1);
  margin-left: 20px;
  position: absolute;
  z-index: 10;
  width: auto;
  height: auto;
  margin-top: -22px;
}

.shift_morning {
  color: #AC1890 !important;
  font-weight: 600 !important;
  margin-left: 8px;
}

.shift_evening {
  color: #20CC7D !important;
  font-weight: 600 !important;
  margin-left: 9px;
}

.shift_night {
  color: #046AC3 !important;
  font-weight: 600 !important;
  margin-left: 25px;
}

.shift_other {
  color: #046AC3 !important;
  font-weight: 600 !important;
}

.front_job_list_view .pageResponse #data_table_body tr td .dropdown-eye .fa-eye {
  color: #20CC7D;
}

.front_job_list_view .pageResponse #data_table_body tr td .job-flex a span {
  border-radius: 50%;
  border: 2px solid #FDFEFE;
  opacity: 1;
  height: 24px;
  width: 24px;
  margin: -6px;
  text-align: right;
  color: #323A47;
  background-color: #D3D6DB;
  font-size: 7px;
  padding: 5px;
}

.front_job_list_view .pageResponse #data_table_body tr td .job-flex .tool-tip:hover:after {
  margin: 0px -67px 5px;
}

.front_job_list_view .pageResponse #data_table_body tr td .btn-assign {
  color: #fff;
}

.front_job_list_view .pageResponse #data_table_body tr td .btn-assign:hover {
  font-size: 13px;
}

body[data-sidebar-size=condensed] .front_job_list_view .pageResponse #data_table_body tr td .job-flex .datatable_emp_list {
  margin-right: 48px;
}

.front_job_list_view .pageResponse #data_table_body tr td .job-flex .datatable_emp_list {
  float: right;
  margin-right: 31px;
}

.front_job_list_view .pageResponse .customInfo .total_count_pagination {
  margin-top: 3px;
}

.front_job_list_view .pageResponse .table .thead-light th[aria-label="ID"] {
  text-align: center !important;
}

.front_job_list_view .pageResponse #data_table_body tr td .front_job_id_datatable {
  color: #046AC3;
  margin-left: 5px;
}

.front_job_list_view .pageResponse #data_table_body tr td .no_emp .noemp_text {
  margin-left: 10px;
}

.front_job_list_view .pageResponse #data_table_body tr td .no_emp {
  margin-left: -6px;
}

.front_job_list_view .pageResponse #data_table_body tr td .job-image .job-heading {
  font-size: 14px;
  font-weight: 700;
}

.front_job_list_view .pageResponse #data_table_body tr td .job-image img {
  width: 36px;
  height: 36px;
  min-height: 36px;
  border-radius: 50%;
}

.front_job_list_view .pageResponse #data_table_body tr td .job-active {
  color: #20CC7D;
}

.front_job_list_view .pageResponse #data_table_body tr td .job-finished {
  color: #FF8900;
}

.front_job_list_view .pageResponse #data_table_body tr td .job-upcoming {
  color: #07BABA;
}

.front_job_list_view .pageResponse #data_table_body tr td .job-detail-duration {
  font-size: 14px;
}

.front_job_list_view .pageResponse #data_table_body tr td .no_emp img {
  height: 24px;
  width: 24px !important;
}

.front_job_list_view .pageResponse #data_table_body tr td .job-margin .progress-bar {
  background-color: #20CC7D !important;
}

.front_job_list_view .pageResponse #data_table_body tr td .job-margin .progress-num {
  width: 18px;
  margin-top: -17px;
  color: #20CC7D;
}

.front_job_list_view .pageResponse #data_table_body tr td .job-margin {
  /* margin-bottom: 27px; */
  width: 112px;
  height: 17px;
}

.front_job_list_view .pageResponse #data_table_body tr td .job-created {
  font-size: 14px;
}

.front_job_list_view .pageResponse #data_table_body tr td .job-heading {
  color: #046AC3;
}

.front_job_list_view .pageResponse #data_table_body tr td .mdi-dots-vertical {
  color: #20CC7D;
  font-size: 20px;
}

.front_job_list_view .pageResponse #data_table_body tr td .card-drop {
  margin-left: 25%;
}

/***************job detail view**********************/
div.job-main-wrap::-webkit-scrollbar {
  display: none;
}

div.job-main-wrap {
  overflow-y: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
  /* Firefox */
}

.job-main-wrap label {
  font-weight: unset;
}

/*header*/
.header-details ul li {
  white-space: nowrap;
  display: inline-block;
  list-style: none;
  width: 13.5%;
}

.header-details ul {
  width: 100%;
  margin-left: -35px;
}

.header-details ul li label {
  display: block;
  margin-left: -13px;
  padding-top: 7px;
}

/*upload image icon*/
.img-selector {
  position: absolute;
  left: 75px;
  top: 75px;
  color: #046AC3;
  cursor: pointer;
  border: 1px solid #046AC3;
  overflow: hidden;
  width: 16px;
  height: 16px;
  margin: 0px;
  border-radius: 100%;
}

.img-selector i {
  position: absolute;
  left: 0px;
  top: 0px;
  text-align: center;
  width: 100%;
  color: #046AC3;
  pointer-events: none;
  line-height: 15px;
}

.img-selector input {
  height: 40px;
  opacity: 0;
}

/*shift details*/
.job-button {
  display: none;
}

.shift-wrap:hover .job-button {
  display: inline-block;
}

.job-btn, .job-button {
  width: 16px;
  height: 16px;
  color: #046AC3;
  cursor: pointer;
  font-size: 16px;
  float: right;
  margin: -7px -7px 0px 10px;
}

.job-btn.delete, .job-button.delete {
  color: #D90915;
}

.shift-active {
  -webkit-box-shadow: 2px 4px 8px #00000029;
          box-shadow: 2px 4px 8px #00000029;
  border: 1px solid #DADADA;
  border-radius: 8px;
  padding: 10px 0px 10px 0px;
  margin-bottom: 10px;
  margin-left: 0px !important;
}

.job-shift-notes {
  padding: 0px 22px;
}

.active-input {
  width: 100%;
  border-width: 0px 0px 1px;
  border-color: #DADADA;
  font-size: 16px;
  text-align: left;
  letter-spacing: 0px;
  color: #323A47;
  padding-bottom: 5px;
}

/*job table*/
.job-table thead tr {
  font-size: 12px;
  font-weight: unset !important;
  color: #046AC3;
  border-top: 1px solid #000;
  white-space: nowrap;
}

.job-table tbody tr {
  border-bottom: 1px solid #cccccc;
}

.job-table tbody tr:nth-child(odd) {
  background-color: #F8F8F8;
}

.job-table-image {
  border-radius: 50%;
  height: 36px;
  width: 36px;
  margin: -5px 5px -5px 0px;
}

.job-table-btn {
  width: 12px;
  height: 12px;
  color: #046AC3;
  cursor: pointer;
  font-size: 12px;
  margin: 0px 2px;
}

.job-table-btn.delete {
  color: #D90915;
}

.job-table-btn.edit {
  color: #1272E0;
}

.table-input {
  background: #FFFFFF;
  border: 1px solid #AAAAAA;
  border-radius: 4px;
  opacity: 1;
  padding: 9px;
  margin: -5px 0px -7px 0px;
}

.table-calendar {
  position: absolute;
  margin: 7px -21px;
  font-size: 16px;
  color: #046AC3;
}

.job-table tbody tr {
  border-bottom: 1px solid #cccccc !important;
  border-top: 1px solid #cccccc !important;
  border-left: none !important;
  border-right: none !important;
}

table.table.job-table thead + tbody tr:first-child {
  display: none;
}

.job-table tbody tr td {
  padding: 0 !important;
  height: 59px;
  vertical-align: middle;
}

.job-table tbody tr td {
  padding: 0 9px !important;
  height: 52px;
  vertical-align: middle;
}

.job-table tbody tr td .dropdown.bootstrap-select.show-tick.form-control.employeesShift {
  position: relative;
}

.job-table tbody tr td .fa-pencil:before {
  content: "\f040";
  color: #046AC3;
}

.job-table tbody tr td .fa-trash:before {
  content: "\f1f8";
  color: #D90915;
}

.job-table tbody tr td .fa-check:before {
  content: "\f058";
  color: #046AC3;
}

.job-table tbody tr td .fa-times:before {
  content: "\f057";
  color: #D90915;
}

.job-table tbody > tr:nth-child(even) {
  background: #ffffff !important;
}

.job-table tbody .employee-row td .tooltip {
  position: absolute;
}

.head {
  text-align: left;
  font: normal normal 600 0.64 Poppins !important;
  letter-spacing: 0px;
  color: #323A47;
}

.job-table tbody:nth-child(odd) tr {
  background: #F8F8F8;
}

.job-table tbody:nth-child(even) tr {
  background: white !important;
}

.job-table tr td img:first-child {
  float: left;
  height: 36px;
  margin-top: 0px;
  margin-right: 3px;
  width: 36px;
}

.btn-edit-emp img,
.btn-del-emp img {
  width: auto !important;
  height: auto !important;
}

#job-details-table-view-main-con tr td img {
  float: none !important;
  height: 36px;
}

#stf-tbs-pay-setup .Billing-Invoices-con {
  padding: 53px 0 36px 0 !important;
}

#stf-tbs-pay-setup .Billing-Invoices-inner-con {
  padding-bottom: 24px;
}

#stf-tbs-pay-setup {
  margin-top: 0 !important;
}

#stf-tbs-pay-setup .Customer-Detail-View-inner-title h5 {
  padding: 36px 0 24px 12px !important;
}

#stf-tbs-pay-setup table tbody tr td {
  text-align: left !important;
}

#stf-tbs-pay-setup .card-box .form-inline label {
  color: #046AC3 !important;
}

#stf-tbs-pay-setup .card-box .form-check label {
  color: #24272E !important;
}

#stf-tbs-pay-setup .card-box {
  padding: 36px !important;
  height: 430px;
}

#stf-tbs-pay-setup .card-box h4 {
  font-size: 16px;
  font-family: "Nunito Sans", sans-serif !important;
  color: #24272E;
  line-height: 20px;
  font-weight: 400;
  font-weight: 600 !important;
  margin: 0;
  padding-bottom: 24px;
}

#stf-tbs-pay-setup .card-box h4 else {
  color: #24272E;
}

#stf-tbs-pay-setup .card-box .form-inline {
  padding-bottom: 24px;
  margin-top: 0;
}

.tooltip--box {
  background: transparent;
  margin: 0;
  position: absolute;
  top: 0px;
  bottom: 0px;
  cursor: pointer;
  width: 15px;
  height: 15px;
}

.tooltip--box:hover .tooltip--multiline {
  display: block;
}

.tooltip--multiline {
  background: #ffffff;
  color: #24272E;
  display: none;
  padding: 13px;
  position: absolute;
  width: 150px;
  bottom: 115%;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
          transform: translate(-50%, 0%);
  border: 1px solid var(--border-sepration-color);
  -webkit-box-shadow: 2px 4px 8px #00000029;
          box-shadow: 2px 4px 8px #00000029;
  border: 1px solid #DADADA;
  opacity: 1;
}

.tooltip--multiline:before {
  border-top: 10px solid #ffffff;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
          transform: translate(-50%, 0%);
}

.tooltip--box .Billing-Invoices-inner-con table tbody tr td {
  font-weight: 600;
}

#stf-tbs-pay-setup .card-box .functionButtons {
  background: #046AC3 !important;
  color: #ffffff !important;
}

.custom-control-input:checked ~ .custom-control-label::before {
  border-color: #046AC3 !important;
  background-color: #046AC3 !important;
}

.dropdown-menu li span,
.select2-results__options li {
  font-weight: 400 !important;
  font-size: 14px !important;
  color: #323A47 !important;
  /*padding: 6px 19px !important;*/
}

.job-detail-card .dropdown-menu li span,
.job-detail-card .select2-results__options li {
  padding: 6px 19px !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #747e86 !important;
}

/*.dropdown-menu li a,
.dropdown-menu li
{
  padding: 0 !important;
}*/
.datepicker {
  width: 300px !important;
}

#job-Assignment-table tbody tr td:nth-child(11) {
  display: table-cell !important;
  top: 0 !important;
}

/*.job-table tbody tr td:nth-child(11) i{
 !* display: table-cell;*!
  vertical-align: middle;
}*/
.added_shift[id^="added_shift"] {
  margin: 0 !important;
}
.added_shift[id^="adjustment_tiles"] {
  margin: 0 !important;
}

.added_shift > div {
  margin-bottom: 33px !important;
}

/*Adjustment-main-form-con*/
#Adjustment-main-form-con {
  padding: 36px !important;
}

#Adjustment-main-form-con .m-portlet__head-text {
  background: none !important;
  padding: 0 0 18px 12px !important;
  font-size: 22px;
  font-family: "Nunito Sans", sans-serif !important;
  color: #24272E;
  line-height: 42px;
  font-weight: 800;
  font-weight: 600 !important;
}

.mainpopup .input-field {
  display: block !important;
}

#Adjustment-main-form-con .m-portlet__head {
  border-bottom: none;
}

#Adjustment-main-form-con .m-portlet__body #pageFormPopup .col-md-12 {
  padding-bottom: 24px;
}

.route_Show_single_applicant_record .fancybox-close {
  width: 0 !important;
}

#stf-tbs-adjustments-tab {
  text-align: left !important;
}

.detail_view #v-pills-tab .side-tab {
  width: 100%;
  position: relative;
  text-align: left !important;
}

.detail_view #v-pills-tab .side-tab::after {
  background-repeat: no-repeat;
  content: "";
  position: absolute;
  background-image: url(/../images/Down-Arrow-icon.svg);
  right: 0;
  width: 30px;
  height: 9px;
  top: 10px;
}

.detail_view #v-pills-tab .side-tab.active::after {
  -webkit-transform: rotatex(180deg);
          transform: rotatex(180deg);
}

#active_adjustments {
  margin-top: 22px !important;
}

#active_adjustments tbody tr:nth-child(odd),
#data_table tbody tr:nth-child(odd) {
  background: #F8F8F8 !important;
}

#active_adjustments thead + tbody tr:first-child,
#data_table thead + tbody tr:first-child {
  display: revert !important;
}

#data_table.no-footer thead + tbody tr:first-child {
  display: table-row !important;
}

#active_adjustments tbody tr:nth-child(even),
#data_table tbody tr:nth-child(even) {
  background: white !important;
}

#active_adjustments tbody tr td {
  vertical-align: middle;
  padding: 4px 13px !important;
  width: auto;
}

.active_adjustments tbody tr td {
  text-align: left !important;
}

#active_adjustments thead tr th {
  border: none !important;
}

#data_table tbody tr td img {
  height: auto !important;
}

.form-control:disabled, .form-control[readonly] {
  background: #f6f6f6 !important;
}

.job-table tbody tr td:last-child .btn-edit-emp img {
  margin-top: 3px;
}

/*Adjustment-main-form-con*/
/*# sourceMappingURL=jobs.css.map */

/* job requisition screen  */
.card-wrap .job_detail img{
  width: 72px;
  height: 72px;
  border-radius: 50%;
}

.card-wrap{
  border: 0px solid #1bb91f33;
  border-radius: 16px;
  background-color: white;
  height: 100%;
  transition: all 0.3s ease-in-out;
  min-height: 272px;
}
.card-wrap:hover{
  padding: 0;
}
.card-wrap:hover .jobs-dropdown{
  /* top: -16px; */
}
.card-wrap .job-box{
  justify-content: center;
  padding: 36px 16px 0 16px;
  margin-left: 0;
  margin-right: 0px;
  -webkit-box-shadow: unset;
          box-shadow: unset;
  border-top-left-radius:16px;
  border-top-right-radius:16px;
  transition: all 0.3s ease-in-out;
  /* background: #FFFFFF; */
}

.card-wrap .job-box.show{
  justify-content: flex-start;
  padding: 24px 16px 0 16px !important;
}

.card-wrap .img-wrapper{
    background: #F8FAFC;
    width: 72px;
    height: 72px;
    border-radius: 50%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.card-wrap .ribbon-wrap{
  cursor: pointer;
}

.card-wrap:hover{
  border-color: #f2f5f7;
  justify-content: end;
}

.card-wrap .job-margin .job-created ,.card-wrap .job-margin .job-detail{
  color: #64748B;
  font-family: Poppins;
  font-weight: 600;
  font-size: 14px;
  line-height: 140%;
  letter-spacing: 0.2px;
  color: #196FC6;
  transition: all 0.2s ease-in-out;
}

.card-wrap .job-heading {
  font-family: Poppins;
  font-weight: 600;
  font-size: 16px;
  line-height: 160%;
  letter-spacing: 0px;
  text-align: center;
  opacity: 1;
  color: #64748B;
}

.card-wrap .tool-tip {
  display: inline-block;
  position: relative;
  white-space: nowrap;
}

.card-wrap .job-subheading {
  font-family: Poppins;
  font-weight: 600;
  font-size: 12px;
  line-height: 140%;
  letter-spacing: 0.2px;
  color: #196FC6;
  opacity: 1;
}

.card-wrap .job-image img {
  margin: 0;
}

.card-wrap .job-image .upload-img {
  width: 72px;
  height: 72px;
}

.card-wrap .job-image .dummy-img {
  border-radius: unset;
}

.ribbon-box{
  padding: 0;
  height: 100%;
}
.ribbon-box-content{
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.card-wrap .job-margin {
  /* background-color: #ffffff; */
  padding: 0 36px 36px 36px;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
}
.card-wrap:hover .job-margin{
  padding-bottom: 0;
}
.card-wrap .job-margin.sec-padding {
  padding: 23px 4px 0px 4px;
}

.card-wrap .job-number{
  border-right: 1px solid #EEF0F2;
  padding-right: 8px;
  font-family: Poppins;
  font-weight: 400;
  font-size: 12px;
  line-height: 160%;
  letter-spacing: 0px;
  text-align: center;
  color: #AFB1B9;
}

.card-wrap .job-margin .job-status{
  font-family: Poppins;
  font-weight: 500 !important;
  font-size: 12px !important;
  line-height: 160%;
  letter-spacing: 0px;
  color: #64748B;
  margin-bottom: 4px;
}

.dropdown-eye, .dropdown-eye:hover, .dropdown-eye:active {
  margin-right: 8px;
}

.job-flex .dropdown-menu-right{
  right: auto !important;
}

.card-wrap .job-detail-wrap {
  opacity: 1;
}

.card-wrap .job-detail-wrap.show{
  display: flex;
  justify-content: space-between;
  align-items: center;
  animation: fadeSlideIn 0.4s ease forwards;
}

.card-wrap .no-employee {    
  font-family: Poppins;
  font-weight: 600;
  font-size: 14px;
  line-height: 140%;
  letter-spacing: 0.2px;
}

.card-wrap .text_danger{
  color: #D90915 !important;
}

@keyframes fadeSlideIn {
  from {
    opacity: 0;
    transform: translatex(20px);
  }
  to {
    opacity: 1;
    transform: translatex(0);
  }
}

.card-wrap .job_detail{
  text-align: center ;
  margin: 16px 0;
  max-width: fit-content;
}

.card-wrap .job_detail.show{
  text-align: start ;
  margin: 0;
}

.card-wrap .bottom-wrap {
  transition: all 0.6s ease-in-out;
  background: linear-gradient(93.97deg, #20A8F1 -6.37%, #7CCC00 122.06%);
  position: relative;
  border-bottom-left-radius: 16px; 
  border-bottom-right-radius: 16px; 
  display: flex !important;
  gap :5%;
  overflow: hidden;
  height: 0;
  padding: 0 4px 0 4px;
}
.card-wrap .bottom-wrap-content{
  padding: 20px 0 12px 0;
}
.card-wrap .bottom-wrap.show{
  height: fit-content;
  animation: slideDown 0.3s ease-in-out alternate;
}

@keyframes slideDown {
  0% {
    max-height: 0;
    opacity: 0;
     transform: translateY(40px);
  }
  100% {
    max-height: fit-content; 
    opacity: 1;
     transform: translateY(0px);
  }
}

/* new css */
.card-wrap.bg-pattern {
  background-image: unset;
}

.card-wrap.card-box {
  padding: 16px 16px 0 16px;
  box-shadow: unset;
  margin-bottom: 24px;
  border-radius: 16px;
}

.mdi-dots-vertical{
  color: #64748B;
}

.bg-white{
  color: #ffffff;
}
  
.card-wrap .md-heading{
  font-family: Poppins !important;
  font-weight: 600;
  font-size: 16px;
  line-height: 160%;
  letter-spacing: 0px;
  color: #64748B;
  margin: 0;
}
.card-wrap .sm-heading{
  font-family: Poppins !important;
  font-weight: 500;
  font-size: 12px;
  line-height: 160%;
  margin:0  0 4px 0;
  letter-spacing: 0px;
  color: #FFFFFF;
}
.card-wrap .sm-text{
  font-family: Poppins !important;
  font-weight: 500;
  line-height: 160%;
  letter-spacing: 0px;
  color: #64748B;
}
.card-wrap .text-medium{
  font-family: Poppins !important;
  font-weight: 600;
  font-size: 24px;
  /* line-height: 140%; */
  letter-spacing: 0.2px;
  color: #FFFFFF;
  margin:0;   
}

.arrow-btn-wrapper {
  position: absolute;
  top: 50%;
  right: 12px; 
  transform: translateY(-50%);
}

.arrow-btn {
  width: 56px;
  height: 56px;
}

.card-wrap:focus-visible {
  outline:unset !important;
}
    

@media only screen and (max-width: 1920px) {
  .arrow-btn {
    width: 45px;
    height: 45px;
  }

  .card-wrap .sm-heading{
    font-size: 11px;
  }

  .arrow-btn-wrapper {
    right: 0; 
  }

  .card-wrap .job-margin{
    padding: 0 16px 35px 16px;
  }
}

@media only screen and (max-width: 1440px) {
  .arrow-btn {
    width: 30px;
    height: 30px; 
  }

  .arrow-btn img {
    width: 18px;
    height: 18px;
  }

  .card-wrap .job-heading {
    margin-left:0 !important;
    font-size: 13px !important ;
  }
}
@media only screen and (max-width: 991px) {
  .card-wrap .sm-heading{
    font-size: 10px;
  }
}

@media only screen and (max-width: 576px) {
  .arrow-btn {
    width: 25px;
    height: 25px;
  }
}

@media only screen and (max-width: 767px) {
  #customer_pagnate {
    margin-top: 24px;
  }

  .card-wrap:hover .job-margin{
    padding-bottom: 16px;
  }
}

@media only screen and (max-width: 1690px) {
  .job-margin .job-created{
    font-size: 10px !important  ;
  }

  .job-detail{
    font-size: 12px !important;
  }
}

@media only screen and (max-width: 576px) {
  .custom-pagination-con .page-item{
    margin-right: 0px !important;
  }
}

@media only screen and (max-width: 375px) {
  .customDataTablePageInfo, .custom_pageLength_dataTable, #customInfo {
    font-size: 13px !important;
  }

  .pagination-details {
    margin: 13px 2px 0px 0px;
  }

  .card-wrap .job-subheading {
    font-size: 10px;
  }

  .card-wrap .job-image .upload-img ,.card-wrap .img-wrapper {
    width: 58px;
    height: 58px;
  }

   .card-wrap .job-heading {
    font-size: 10px !important ;
  }

  .job-wrap{
    padding: 0 0 0 16px;
  }

 

  
}